#### Name Linux - List Available Updates | v1.0 JCCG #### commandType linux #### Command ``` apt-get -u upgrade --assume-no ``` #### Description Shows avaliable updates on a Linux system. The '-assume-no' paramter is used to prevent the installation of any updates. #### *Import This Command* To import this command into your JumpCloud tenant run the below command using the [JumpCloud PowerShell Module](https://github.com/TheJumpCloud/support/wiki/Installing-the-JumpCloud-PowerShell-Module) ``` Import-JCCommand -URL 'https://git.io/jccg-Linux-ListAvaliableUpdates' ```